From 4baee985c1f9ae804e052beb08b73f8246ce06c2 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 17 Apr 2006 19:46:16 +0000 Subject: [PATCH] Ooopsy. Errors in testo really _should_ be fatal. --- testo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testo b/testo index bd7729a70..9dc778743 100755 --- a/testo +++ b/testo @@ -30,7 +30,7 @@ compare() { ${DIFF} $* || { echo ERROR comparing $* -# exit 1 + exit 1 } } -- 2.30.2